home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / TRADE / SHO2.OPD < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.3 KB  |  59 lines

  1. #[document 72.55 140.35 110.35 191.35
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(101.55,184.70);
  16. c(101.55,183.35,102.45,182.35,103.50,182.35);
  17. c(104.60,182.35,105.45,183.35,105.45,184.70);
  18. c(105.45,185.95,104.60,187.00,103.50,187.00);
  19. c(102.45,187.00,101.55,185.95,101.55,184.70);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(stroked);
  23. gc_line_join_style(round);
  24. gc_line_cap_style(round);
  25. gc_stroke_width(1.50);
  26. gc_font_draw_style(0);
  27. gc_color(0.00,0.00,0.00);
  28. s[0]=draw(p);
  29. m(108.35,181.05);
  30. l(109.60,183.25);
  31. l(108.75,186.70);
  32. l(105.95,189.60);
  33. l(102.85,190.60);
  34. l(98.20,189.35);
  35. l(92.90,185.75);
  36. l(88.05,181.80);
  37. l(82.15,175.85);
  38. l(77.00,168.05);
  39. l(73.30,156.35);
  40. l(74.30,149.25);
  41. l(79.20,143.10);
  42. l(86.65,141.10);
  43. l(92.90,145.70);
  44. l(96.15,151.85);
  45. l(96.15,159.60);
  46. l(96.85,165.00);
  47. l(100.45,171.70);
  48. l(102.40,175.60);
  49. l(106.05,179.20);
  50. l(108.35,181.05);
  51. close_edge();
  52. p=path();
  53. s[1]=draw(p);
  54. s[0]over=s[1];
  55. page:=s[0];
  56. s=NULL;
  57. #]page
  58. #]document
  59.